home *** CD-ROM | disk | FTP | other *** search
- ;NEW script file for AmiPac
- failat 30
- makedir T:AmiPac_RUN!
- if WARN
- newshell "CON:0/100/400/30/AmiPac is ALREADY RUNNING!!!/CLOSE"
- quit
- endif
- protect T:AmiPac_RUN! rwed SUB
- ;
- ;;VERY important the following!!!
- ;
- if exists amipac:c
- path amipac:c add
- endif
- path amipac:brh's add
- version >NIL: explode.library
- if warn
- expload
- endif
- execute country
- ;
- Assign AmiPac_DATA: RAM: ;automatic ANSWERS
- ;;;;;;:c/ChangeTaskPri -1 NOT! BUILT-IN!
- cd ram: ;TO REDIRECT THE 7plus output (7bit redirect itself!)
- execute AmiPac:a.x/amipac.parms
- ;
- protect T:AmiPac_RUN! rwed ADD
- delete T:AmiPac_RUN! all
- failat 10
-